3.1.43 \(\int \frac {\sinh ^3(c+d x)}{(a+b \sinh ^2(c+d x))^2} \, dx\) [43]

Optimal. Leaf size=90 \[ \frac {(a-2 b) \text {ArcTan}\left (\frac {\sqrt {b} \cosh (c+d x)}{\sqrt {a-b}}\right )}{2 (a-b)^{3/2} b^{3/2} d}-\frac {a \cosh (c+d x)}{2 (a-b) b d \left (a-b+b \cosh ^2(c+d x)\right )} \]

[Out]

1/2*(a-2*b)*arctan(cosh(d*x+c)*b^(1/2)/(a-b)^(1/2))/(a-b)^(3/2)/b^(3/2)/d-1/2*a*cosh(d*x+c)/(a-b)/b/d/(a-b+b*c
osh(d*x+c)^2)

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 90, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.130, Rules used = {3265, 393, 211} \begin {gather*} \frac {(a-2 b) \text {ArcTan}\left (\frac {\sqrt {b} \cosh (c+d x)}{\sqrt {a-b}}\right )}{2 b^{3/2} d (a-b)^{3/2}}-\frac {a \cosh (c+d x)}{2 b d (a-b) \left (a+b \cosh ^2(c+d x)-b\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sinh[c + d*x]^3/(a + b*Sinh[c + d*x]^2)^2,x]

[Out]

((a - 2*b)*ArcTan[(Sqrt[b]*Cosh[c + d*x])/Sqrt[a - b]])/(2*(a - b)^(3/2)*b^(3/2)*d) - (a*Cosh[c + d*x])/(2*(a
- b)*b*d*(a - b + b*Cosh[c + d*x]^2))

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 393

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(-(b*c - a*d))*x*((a + b*x^n)^(p
 + 1)/(a*b*n*(p + 1))), x] - Dist[(a*d - b*c*(n*(p + 1) + 1))/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && (LtQ[p, -1] || ILtQ[1/n + p, 0])

Rule 3265

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Cos[e + f*x], x]}, Dist[-ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b - b*ff^2*x^2)^p, x], x, Cos
[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {\sinh ^3(c+d x)}{\left (a+b \sinh ^2(c+d x)\right )^2} \, dx &=-\frac {\text {Subst}\left (\int \frac {1-x^2}{\left (a-b+b x^2\right )^2} \, dx,x,\cosh (c+d x)\right )}{d}\\ &=-\frac {a \cosh (c+d x)}{2 (a-b) b d \left (a-b+b \cosh ^2(c+d x)\right )}+\frac {(a-2 b) \text {Subst}\left (\int \frac {1}{a-b+b x^2} \, dx,x,\cosh (c+d x)\right )}{2 (a-b) b d}\\ &=\frac {(a-2 b) \tan ^{-1}\left (\frac {\sqrt {b} \cosh (c+d x)}{\sqrt {a-b}}\right )}{2 (a-b)^{3/2} b^{3/2} d}-\frac {a \cosh (c+d x)}{2 (a-b) b d \left (a-b+b \cosh ^2(c+d x)\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 0.43, size = 141, normalized size = 1.57 \begin {gather*} \frac {\frac {(a-2 b) \left (\text {ArcTan}\left (\frac {\sqrt {b}-i \sqrt {a} \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a-b}}\right )+\text {ArcTan}\left (\frac {\sqrt {b}+i \sqrt {a} \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a-b}}\right )\right )}{(a-b)^{3/2}}-\frac {2 a \sqrt {b} \cosh (c+d x)}{(a-b) (2 a-b+b \cosh (2 (c+d x)))}}{2 b^{3/2} d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sinh[c + d*x]^3/(a + b*Sinh[c + d*x]^2)^2,x]

[Out]

(((a - 2*b)*(ArcTan[(Sqrt[b] - I*Sqrt[a]*Tanh[(c + d*x)/2])/Sqrt[a - b]] + ArcTan[(Sqrt[b] + I*Sqrt[a]*Tanh[(c
 + d*x)/2])/Sqrt[a - b]]))/(a - b)^(3/2) - (2*a*Sqrt[b]*Cosh[c + d*x])/((a - b)*(2*a - b + b*Cosh[2*(c + d*x)]
)))/(2*b^(3/2)*d)

________________________________________________________________________________________

Maple [A]
time = 1.04, size = 155, normalized size = 1.72

method result size
derivativedivides \(\frac {\frac {8 \left (2 a -4 b \right ) \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-16 a}{\left (16 a b -16 b^{2}\right ) \left (a \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-2 a \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+4 b \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+a \right )}+\frac {4 \left (2 a -4 b \right ) \arctan \left (\frac {2 a \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-2 a +4 b}{4 \sqrt {a b -b^{2}}}\right )}{\left (16 a b -16 b^{2}\right ) \sqrt {a b -b^{2}}}}{d}\) \(155\)
default \(\frac {\frac {8 \left (2 a -4 b \right ) \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-16 a}{\left (16 a b -16 b^{2}\right ) \left (a \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-2 a \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+4 b \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+a \right )}+\frac {4 \left (2 a -4 b \right ) \arctan \left (\frac {2 a \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-2 a +4 b}{4 \sqrt {a b -b^{2}}}\right )}{\left (16 a b -16 b^{2}\right ) \sqrt {a b -b^{2}}}}{d}\) \(155\)
risch \(-\frac {a \,{\mathrm e}^{d x +c} \left (1+{\mathrm e}^{2 d x +2 c}\right )}{b d \left (a -b \right ) \left (b \,{\mathrm e}^{4 d x +4 c}+4 a \,{\mathrm e}^{2 d x +2 c}-2 b \,{\mathrm e}^{2 d x +2 c}+b \right )}+\frac {\ln \left ({\mathrm e}^{2 d x +2 c}-\frac {2 \left (a -b \right ) {\mathrm e}^{d x +c}}{\sqrt {-a b +b^{2}}}+1\right )}{2 \sqrt {-a b +b^{2}}\, \left (a -b \right ) d}-\frac {\ln \left ({\mathrm e}^{2 d x +2 c}-\frac {2 \left (a -b \right ) {\mathrm e}^{d x +c}}{\sqrt {-a b +b^{2}}}+1\right ) a}{4 \sqrt {-a b +b^{2}}\, \left (a -b \right ) d b}-\frac {\ln \left ({\mathrm e}^{2 d x +2 c}+\frac {2 \left (a -b \right ) {\mathrm e}^{d x +c}}{\sqrt {-a b +b^{2}}}+1\right )}{2 \sqrt {-a b +b^{2}}\, \left (a -b \right ) d}+\frac {\ln \left ({\mathrm e}^{2 d x +2 c}+\frac {2 \left (a -b \right ) {\mathrm e}^{d x +c}}{\sqrt {-a b +b^{2}}}+1\right ) a}{4 \sqrt {-a b +b^{2}}\, \left (a -b \right ) d b}\) \(310\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(d*x+c)^3/(a+b*sinh(d*x+c)^2)^2,x,method=_RETURNVERBOSE)

[Out]

1/d*(8*((2*a-4*b)*tanh(1/2*d*x+1/2*c)^2-2*a)/(16*a*b-16*b^2)/(a*tanh(1/2*d*x+1/2*c)^4-2*a*tanh(1/2*d*x+1/2*c)^
2+4*b*tanh(1/2*d*x+1/2*c)^2+a)+4*(2*a-4*b)/(16*a*b-16*b^2)/(a*b-b^2)^(1/2)*arctan(1/4*(2*a*tanh(1/2*d*x+1/2*c)
^2-2*a+4*b)/(a*b-b^2)^(1/2)))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)^3/(a+b*sinh(d*x+c)^2)^2,x, algorithm="maxima")

[Out]

-(a*e^(3*d*x + 3*c) + a*e^(d*x + c))/(a*b^2*d - b^3*d + (a*b^2*d*e^(4*c) - b^3*d*e^(4*c))*e^(4*d*x) + 2*(2*a^2
*b*d*e^(2*c) - 3*a*b^2*d*e^(2*c) + b^3*d*e^(2*c))*e^(2*d*x)) + 1/8*integrate(8*((a*e^(3*c) - 2*b*e^(3*c))*e^(3
*d*x) - (a*e^c - 2*b*e^c)*e^(d*x))/(a*b^2 - b^3 + (a*b^2*e^(4*c) - b^3*e^(4*c))*e^(4*d*x) + 2*(2*a^2*b*e^(2*c)
 - 3*a*b^2*e^(2*c) + b^3*e^(2*c))*e^(2*d*x)), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 953 vs. \(2 (78) = 156\).
time = 0.44, size = 1889, normalized size = 20.99 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)^3/(a+b*sinh(d*x+c)^2)^2,x, algorithm="fricas")

[Out]

[-1/4*(4*(a^2*b - a*b^2)*cosh(d*x + c)^3 + 12*(a^2*b - a*b^2)*cosh(d*x + c)*sinh(d*x + c)^2 + 4*(a^2*b - a*b^2
)*sinh(d*x + c)^3 + ((a*b - 2*b^2)*cosh(d*x + c)^4 + 4*(a*b - 2*b^2)*cosh(d*x + c)*sinh(d*x + c)^3 + (a*b - 2*
b^2)*sinh(d*x + c)^4 + 2*(2*a^2 - 5*a*b + 2*b^2)*cosh(d*x + c)^2 + 2*(3*(a*b - 2*b^2)*cosh(d*x + c)^2 + 2*a^2
- 5*a*b + 2*b^2)*sinh(d*x + c)^2 + a*b - 2*b^2 + 4*((a*b - 2*b^2)*cosh(d*x + c)^3 + (2*a^2 - 5*a*b + 2*b^2)*co
sh(d*x + c))*sinh(d*x + c))*sqrt(-a*b + b^2)*log((b*cosh(d*x + c)^4 + 4*b*cosh(d*x + c)*sinh(d*x + c)^3 + b*si
nh(d*x + c)^4 - 2*(2*a - 3*b)*cosh(d*x + c)^2 + 2*(3*b*cosh(d*x + c)^2 - 2*a + 3*b)*sinh(d*x + c)^2 + 4*(b*cos
h(d*x + c)^3 - (2*a - 3*b)*cosh(d*x + c))*sinh(d*x + c) - 4*(cosh(d*x + c)^3 + 3*cosh(d*x + c)*sinh(d*x + c)^2
 + sinh(d*x + c)^3 + (3*cosh(d*x + c)^2 + 1)*sinh(d*x + c) + cosh(d*x + c))*sqrt(-a*b + b^2) + b)/(b*cosh(d*x
+ c)^4 + 4*b*cosh(d*x + c)*sinh(d*x + c)^3 + b*sinh(d*x + c)^4 + 2*(2*a - b)*cosh(d*x + c)^2 + 2*(3*b*cosh(d*x
 + c)^2 + 2*a - b)*sinh(d*x + c)^2 + 4*(b*cosh(d*x + c)^3 + (2*a - b)*cosh(d*x + c))*sinh(d*x + c) + b)) + 4*(
a^2*b - a*b^2)*cosh(d*x + c) + 4*(a^2*b - a*b^2 + 3*(a^2*b - a*b^2)*cosh(d*x + c)^2)*sinh(d*x + c))/((a^2*b^3
- 2*a*b^4 + b^5)*d*cosh(d*x + c)^4 + 4*(a^2*b^3 - 2*a*b^4 + b^5)*d*cosh(d*x + c)*sinh(d*x + c)^3 + (a^2*b^3 -
2*a*b^4 + b^5)*d*sinh(d*x + c)^4 + 2*(2*a^3*b^2 - 5*a^2*b^3 + 4*a*b^4 - b^5)*d*cosh(d*x + c)^2 + 2*(3*(a^2*b^3
 - 2*a*b^4 + b^5)*d*cosh(d*x + c)^2 + (2*a^3*b^2 - 5*a^2*b^3 + 4*a*b^4 - b^5)*d)*sinh(d*x + c)^2 + (a^2*b^3 -
2*a*b^4 + b^5)*d + 4*((a^2*b^3 - 2*a*b^4 + b^5)*d*cosh(d*x + c)^3 + (2*a^3*b^2 - 5*a^2*b^3 + 4*a*b^4 - b^5)*d*
cosh(d*x + c))*sinh(d*x + c)), -1/2*(2*(a^2*b - a*b^2)*cosh(d*x + c)^3 + 6*(a^2*b - a*b^2)*cosh(d*x + c)*sinh(
d*x + c)^2 + 2*(a^2*b - a*b^2)*sinh(d*x + c)^3 - ((a*b - 2*b^2)*cosh(d*x + c)^4 + 4*(a*b - 2*b^2)*cosh(d*x + c
)*sinh(d*x + c)^3 + (a*b - 2*b^2)*sinh(d*x + c)^4 + 2*(2*a^2 - 5*a*b + 2*b^2)*cosh(d*x + c)^2 + 2*(3*(a*b - 2*
b^2)*cosh(d*x + c)^2 + 2*a^2 - 5*a*b + 2*b^2)*sinh(d*x + c)^2 + a*b - 2*b^2 + 4*((a*b - 2*b^2)*cosh(d*x + c)^3
 + (2*a^2 - 5*a*b + 2*b^2)*cosh(d*x + c))*sinh(d*x + c))*sqrt(a*b - b^2)*arctan(-1/2*(b*cosh(d*x + c)^3 + 3*b*
cosh(d*x + c)*sinh(d*x + c)^2 + b*sinh(d*x + c)^3 + (4*a - 3*b)*cosh(d*x + c) + (3*b*cosh(d*x + c)^2 + 4*a - 3
*b)*sinh(d*x + c))/sqrt(a*b - b^2)) + ((a*b - 2*b^2)*cosh(d*x + c)^4 + 4*(a*b - 2*b^2)*cosh(d*x + c)*sinh(d*x
+ c)^3 + (a*b - 2*b^2)*sinh(d*x + c)^4 + 2*(2*a^2 - 5*a*b + 2*b^2)*cosh(d*x + c)^2 + 2*(3*(a*b - 2*b^2)*cosh(d
*x + c)^2 + 2*a^2 - 5*a*b + 2*b^2)*sinh(d*x + c)^2 + a*b - 2*b^2 + 4*((a*b - 2*b^2)*cosh(d*x + c)^3 + (2*a^2 -
 5*a*b + 2*b^2)*cosh(d*x + c))*sinh(d*x + c))*sqrt(a*b - b^2)*arctan(-1/2*sqrt(a*b - b^2)*(cosh(d*x + c) + sin
h(d*x + c))/(a - b)) + 2*(a^2*b - a*b^2)*cosh(d*x + c) + 2*(a^2*b - a*b^2 + 3*(a^2*b - a*b^2)*cosh(d*x + c)^2)
*sinh(d*x + c))/((a^2*b^3 - 2*a*b^4 + b^5)*d*cosh(d*x + c)^4 + 4*(a^2*b^3 - 2*a*b^4 + b^5)*d*cosh(d*x + c)*sin
h(d*x + c)^3 + (a^2*b^3 - 2*a*b^4 + b^5)*d*sinh(d*x + c)^4 + 2*(2*a^3*b^2 - 5*a^2*b^3 + 4*a*b^4 - b^5)*d*cosh(
d*x + c)^2 + 2*(3*(a^2*b^3 - 2*a*b^4 + b^5)*d*cosh(d*x + c)^2 + (2*a^3*b^2 - 5*a^2*b^3 + 4*a*b^4 - b^5)*d)*sin
h(d*x + c)^2 + (a^2*b^3 - 2*a*b^4 + b^5)*d + 4*((a^2*b^3 - 2*a*b^4 + b^5)*d*cosh(d*x + c)^3 + (2*a^3*b^2 - 5*a
^2*b^3 + 4*a*b^4 - b^5)*d*cosh(d*x + c))*sinh(d*x + c))]

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)**3/(a+b*sinh(d*x+c)**2)**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(d*x+c)^3/(a+b*sinh(d*x+c)^2)^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Warning, need to choose a branch for the root of a polynomial with parameters. This might be wrong.The choi
ce was done

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\mathrm {sinh}\left (c+d\,x\right )}^3}{{\left (b\,{\mathrm {sinh}\left (c+d\,x\right )}^2+a\right )}^2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(c + d*x)^3/(a + b*sinh(c + d*x)^2)^2,x)

[Out]

int(sinh(c + d*x)^3/(a + b*sinh(c + d*x)^2)^2, x)

________________________________________________________________________________________